home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestand / compr / zg602std.exe / {app} / zipgenius.exe / 0 / RCDATA / THEXFORM / THEXFORM.txt
Text File  |  2005-11-09  |  3KB  |  127 lines

  1. object HexForm: THexForm
  2.   Left = 79
  3.   Top = 67
  4.   AutoScroll = False
  5.   Caption = 'ZipGenius Hex Viewer'
  6.   ClientHeight = 312
  7.   ClientWidth = 551
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatusBar1: TStatusBar
  21.     Left = 0
  22.     Top = 293
  23.     Width = 551
  24.     Height = 19
  25.     Panels = <>
  26.     SimplePanel = True
  27.   end
  28.   object hex1: TMPHexEditor
  29.     Left = 0
  30.     Top = 23
  31.     Width = 551
  32.     Height = 270
  33.     Cursor = crIBeam
  34.     Align = alClient
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -16
  38.     Font.Name = 'Fixedsys'
  39.     Font.Style = []
  40.     TabOrder = 1
  41.     BytesPerRow = 16
  42.     Translation = tkAsIs
  43.     OffsetFormat = '-!10:0x|'
  44.     Colors.Background = clWindow
  45.     Colors.ChangedBackground = 11075583
  46.     Colors.ChangedText = clMaroon
  47.     Colors.CursorFrame = clNavy
  48.     Colors.Offset = clBlack
  49.     Colors.OddColumn = clBlue
  50.     Colors.EvenColumn = clNavy
  51.     Colors.CurrentOffsetBackground = 12740364
  52.     Colors.OffsetBackGround = clBtnFace
  53.     Colors.CurrentOffset = clYellow
  54.     Colors.Grid = clBtnFace
  55.     Colors.NonFocusCursorFrame = clAqua
  56.     FocusFrame = True
  57.     AllowInsertMode = False
  58.     DrawGridLines = False
  59.     ReadOnlyView = True
  60.     ShowPositionIfNotFocused = True
  61.   end
  62.   object ToolBar1: TToolBar
  63.     Left = 0
  64.     Top = 0
  65.     Width = 551
  66.     Height = 23
  67.     AutoSize = True
  68.     ButtonHeight = 21
  69.     ButtonWidth = 38
  70.     Caption = 'ToolBar1'
  71.     Flat = True
  72.     Indent = 10
  73.     ShowCaptions = True
  74.     TabOrder = 2
  75.     Wrapable = False
  76.     object ToolButton1: TToolButton
  77.       Left = 10
  78.       Top = 0
  79.       Caption = 'Offset'
  80.       DropdownMenu = PopupMenu1
  81.       ImageIndex = 0
  82.     end
  83.     object ToolButton2: TToolButton
  84.       Left = 48
  85.       Top = 0
  86.       AutoSize = True
  87.       Caption = 'Font'
  88.       ImageIndex = 1
  89.       OnClick = ToolButton2Click
  90.     end
  91.   end
  92.   object PopupMenu1: TPopupMenu
  93.     Left = 64
  94.     Top = 72
  95.     object Hexadecimal1: TMenuItem
  96.       Caption = 'Hexadecimal'
  97.       Checked = True
  98.       OnClick = Hexadecimal1Click
  99.     end
  100.     object Decimal1: TMenuItem
  101.       Caption = 'Decimal'
  102.       OnClick = Decimal1Click
  103.     end
  104.   end
  105.   object place1: TFormStorage
  106.     IniFileName = '\Software\M.Dev Software\ZG5'
  107.     Options = [fpPosition]
  108.     StoredProps.Strings = (
  109.       'hex1.OffsetFormat'
  110.       'Hexadecimal1.Checked'
  111.       'Decimal1.Checked'
  112.       'hex1.Font')
  113.     StoredValues = <>
  114.     Left = 152
  115.     Top = 176
  116.   end
  117.   object font1: TFontDialog
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     Left = 224
  124.     Top = 104
  125.   end
  126. end
  127.